home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / Anwendungen / Wissenschaft & Technik / ResAnomaly 1.1 / ResAnomaly Source / ResAnomaly Settings.h < prev    next >
Text File  |  1995-07-02  |  317b  |  17 lines

  1. /*
  2.     ResAnomaly Settings defaults
  3.     ©1995 Chris K. Thomas.  All Rights Reserved.
  4.     
  5.     These will probably become local FrDropApp state
  6.     at some point.
  7. */
  8.  
  9. #ifdef __powerc
  10. const OSType kTextFileCreator = 'MPCC';
  11. #else // 68k!
  12. const OSType kTextFileCreator = 'MMCC';
  13. #endif
  14.  
  15. const Str255 kDefaultDotExtension = "\pIDs.h";
  16.  
  17.